PreviousTracker indexSee it online !

(2/2) 957 - SpellCheck R010 Release Request

{{{ SpellCheckPlugin R010
Source: Source code is in git with the tag SpellCheckR010
Announcement: bugfix release, now depends on JNAPlugin
Requires Java 1.6
Requires jEdit 04.04.99.01
Required plugins:
Common Controls 1.3 (CommonControlsPlugin)
ErrorList 1.9 (errorlist.ErrorListPlugin)
JNAPlugin 3.5.2 (jnaplugin.JNAPlugin)
Optional plugins:
VoxSpell 1.0.8 (voxspellcheck.VoxSpellPlugin)

Short Description: The SpellCheck Plugin performs spell checking of text in a jEdit buffer.You will need to install Aspell to use this plugin.

Long Description: <html>
<p>
SpellCheck is an jEdit plugin to perform spell checking of text in a jEdit buffer.
</p>
<p>
This plugin provides: an jEdit action to spell check selected text,
a spell check dialog to allow the user to validate each suspect word
(the dialog has buttons for: Cancel, Change, Change All, Ignore, and Ignore All),
it shows the suspect word, lists suggested replacements,
and has a field where the user can type in the replacement word.
It also features user-editable dictionaries.
</p>
</html>
}}}

Submitted kerik-sf - 2014-08-29 16:50:24.707000 Assigned elberry
Priority 5 Labels
Status open Group None
Resolution None

Comments

2014-08-30 13:00:32.226000
kerik-sf

This plugin uses submodules (http://git-scm.com/book/en/Git-Tools-Submodules)

so the checkout process is:
git clone git://git.code.sf.net/p/jedit/SpellCheck jedit-SpellCheck
cd jedit-SpellCheck
git checkout SpellCheckR010
git submodule init
git submodule update

2014-08-31 18:59:33.873000
elberry

Getting error while testing:
Requires version 3.5.2 or later of jnaplugin.JNAPlugin, but you only have jnaplugin.JNAPlugin version 3.2.4.

I got the JNAPlugin from the plugin manager, which means 3.2.4 is the highest one available for the version of jEdit you specified, please upgrade the jEdit version or downgrade the JNAPlugin version and resubmit.

2014-08-31 18:59:51.010000
elberry

- **status**: open --> pending
- **assigned_to**: Townsfolk

2014-09-01 19:27:23.499000
kerik-sf

- **status**: pending --> open

2014-09-01 19:27:24.272000
kerik-sf

Yes, you're right. Sorry about that.
I've fixed and re-tagged (db55514) SpellCheckR010